Halmos sign in sign up

A simple proof, hope it works

1 point by mageoftheeast 1 hour ago
lean
import Mathlib

theorem testing : ∀ a b c d e : Nat, a + b + c + d + e = (c + (e + d)) + (b + a) := by
  intros
  abel
∎ verified by the kernel8434 ms

Sign in to reply.

No comments yet.