lean4-htt/tests/lean/run/grind_semiring.lean
2025-06-15 03:44:53 +00:00

3 lines
133 B
Text

example (n t : Nat) : 1 ^ (n / 3) * 2 ^ t = 2 ^ t := by grind
example (n t : Nat) : (1 : Int) ^ (n / 3) * 2 ^ t = 2 ^ t := by grind