lean4-htt/tests/lean/unfold1.lean.expected.out
2022-06-06 15:53:40 -07:00

11 lines
215 B
Text

case succ
x : Nat
ih : isEven (2 * x) = true
⊢ (match 2 * Nat.succ x with
| 0 => true
| Nat.succ n => isOdd n) =
true
case succ
x : Nat
ih : isEven (2 * x) = true
⊢ isEven (Nat.add (2 * x) 0) = true