## Instrument and Deed
These are two closely related but legally distinct categories of legal writing. Understanding the difference matters because the term 'instrument' frequently appears in statutory definitions (e.g., the Indian Stamp Act, Companies Act).
### Instrument
- A formal legal document in writing which creates or confirms a right, liability, or records a fact or affords evidence of it.
- Example: Power of Attorney.
- Statutory wording: 'Instrument includes every document by which right or liability is created, transferred, extended, extinguished or recorded.'
Thus an instrument covers any of these five functions: Create → Transfer → Extend → Extinguish → Record a right or liability.
### Deed
- A deed is an instrument in writing to effect a legal disposition (i.e., it actually moves/disposes a legal right).
- Example: Sale Deed, Gift Deed, Mortgage Deed.
### Relationship between Instrument and Deed
> All deeds are instruments, but all instruments may not be deeds.
This is because every deed is in writing and creates/transfers/extinguishes a right (satisfying the definition of instrument), but not every instrument actually effects a legal disposition (e.g., a Power of Attorney creates authority but does not itself transfer ownership).
### Set-Subset Visualization
```
┌─────────── INSTRUMENTS ───────────┐
│ │
│ Power of Attorney, Affidavits, │
│ Receipts, Promissory notes... │
│ │
│ ┌─── DEEDS ───┐ │
│ │ Sale Deed │ │
│ │ Gift Deed │ │
│ │ Mortgage │ │
│ └─────────────┘ │
└────────────────────────────────────┘
```