lean4-htt/tests/lean/run/injections1.lean
2021-09-08 08:00:36 -07:00

3 lines
110 B
Text

example (a b c d e f : Nat) (h : [a, b, c] = [d, e, f]) : a + b + c = d + e + f := by
injections
simp [*]