/- Copyright (c) 2026 SilverSight. All rights reserved. Released under Apache 2.0 license. Clean exports: re-exports the proven theorems with their original names. -/ import ModuleName.Discharge open ModuleName /-! ## Exported theorems -/ theorem my_theorem (x : ℕ) : x = x := my_theorem_proof x lemma my_lemma (x y : ℕ) (h : x = y) : y = x := my_lemma_proof x y h