We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
induction
1 parent 4092577 commit f0e1525Copy full SHA for f0e1525
LeanByExample/Reference/Tactic/Induction.lean
@@ -54,6 +54,7 @@ inductive Even : Nat → Prop where
54
55
#guard_msgs (drop warning) in --#
56
example (n m : Nat) (h : Even (n + m)) (hm : Even m) : Even n := by
57
+ -- `x = n + m` に対する帰納法を使う
58
generalize hx : n + m = x at h
59
induction x
60
0 commit comments