File size: 76 Bytes
3ac681e
 
 
 
1
2
3
4
5
import Mathlib

theorem add_zero_simple (n : ℕ) : n + 0 = n := by
  sorry