A1: for a, b, c being Element of ExtREAL holds multextreal . a,(multextreal . b,c) = multextreal . (multextreal . a,b),c
proof end;
for a, b being Element of ExtREAL holds multextreal . a,b = multextreal . b,a
proof
let a, b be Element of ExtREAL ; :: thesis: multextreal . a,b = multextreal . b,a
multextreal . a,b = a * b by Def2;
hence multextreal . a,b = multextreal . b,a by Def2; :: thesis: verum
end;
hence ( multextreal is commutative & multextreal is associative ) by A1, BINOP_1:def 2, BINOP_1:def 3; :: thesis: verum