3 lines
100 B
Text
3 lines
100 B
Text
|
a + b = 10 : Prop
|
||
|
@eq.{1} nat (nat.add ((λ (x : nat), x) a) (nat.of_num 2)) (nat.of_num 10) : Prop
|