lean4-htt/tests/lean/induction_naming.lean.expected.out
2017-12-10 19:30:43 -08:00

29 lines
599 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2 goals
case nat.zero
b :
⊢ 0 + b = b + 0
case nat.succ
b a :
⊢ nat.succ a + b = b + nat.succ a
induction_naming.lean:1:0: warning: declaration '[anonymous]' uses sorry
2 goals
case nat.zero
b :
⊢ 0 + b = b + 0
case nat.succ
b a_n : ,
a_ih : a_n + b = b + a_n
⊢ nat.succ a_n + b = b + nat.succ a_n
induction_naming.lean:8:0: warning: declaration '[anonymous]' uses sorry
2 goals
case nat.zero
b :
⊢ 0 + b = b + 0
case nat.succ
b n : ,
ih : n + b = b + n
⊢ nat.succ n + b = b + nat.succ n
induction_naming.lean:17:0: warning: declaration '[anonymous]' uses sorry