structure
definition
def or abbrev
ImaginaryUnitFalsifier
show as:
view Lean formalization →
formal statement (Lean)
225structure ImaginaryUnitFalsifier where
226 i_squared_not_neg1 : Prop
227 physics_no_complex : Prop
228 eight_tick_not_fundamental : Prop
229 falsified : i_squared_not_neg1 → False -- This is definitionally false
230
231end ImaginaryUnit
232end Mathematics
233end IndisputableMonolith