Proof: Remove One
Let's prove the following theorem:
if not (a = 0), then ((1 / a) ⋅ a) ⋅ x = x
    
    
    
    Proof:
  
      
      Given
      
    
    
      
  
  
| 1 | not (a = 0) | 
|---|
| # | Claim | Reason | 
|---|---|---|
| 1 | (1 / a) ⋅ a = 1 | if not (a = 0), then (1 / a) ⋅ a = 1 | 
| 2 | ((1 / a) ⋅ a) ⋅ x = 1 ⋅ x | if (1 / a) ⋅ a = 1, then ((1 / a) ⋅ a) ⋅ x = 1 ⋅ x | 
| 3 | 1 ⋅ x = x | 1 ⋅ x = x | 
| 4 | ((1 / a) ⋅ a) ⋅ x = x | if 1 ⋅ x = x and ((1 / a) ⋅ a) ⋅ x = 1 ⋅ x, then ((1 / a) ⋅ a) ⋅ x = x | 
Comments
Please log in to add comments