lean4-htt/tests/lean/run/1308.lean
2022-10-19 09:28:08 -07:00

2 lines
158 B
Text

@[default_instance 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