let x, y, z be ExtReal; ( not x is real implies x * (y * z) = (x * y) * z )
assume
not x is real
; x * (y * z) = (x * y) * z
then A1:
not x in REAL
;
assume A2:
not x * (y * z) = (x * y) * z
; contradiction
then A3:
( y <> 0 & z <> 0 )
by Lm19, Lm20;