File size: 162 Bytes
706841e
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
namespace MiniF2F

theorem demo_nonneg_square (x : ℝ) : x ^ 20 := by
  sorry

theorem demo_add_comm (a b : Nat) : a + b = b + a := by
  sorry

end MiniF2F