lean4-htt/tests/lean/run/1308.lean
2022-07-17 09:57:56 -07:00

2 lines
157 B
Text

@[defaultInstance high] instance : HPow R Nat R where hPow a _ := a
example (x y : Nat) : (x + y) ^ 3 = x ^ 3 + y ^ 3 + 3 * (x * y ^ 2 + x ^ 2 * y) := sorry