Skip to content

Repository files navigation

define reals {
    the set of all real numbers
}
notation RR {
    $\mathbb R$
}
axiom reals.assoc {
    forall((x,y,z) in RR)
}
const reals = define("reals", <>the {set} of all real numbers</>);
const RR = notation("RR", <></>);
axiom("reals.assoc", <>For all x,y,z in {RR}: (x+y)+z = x+(y+z)</>);

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages