Bijections

class proveit.logic.Bijections(domain, codomain, *, styles=None)[source]

Bases: proveit.Function

A set of functions from a domain to a codomain that are one-to-one and onto.

Methods Summary

latex(self, \*\*kwargs)

Return a latex-formatted representation of the Expression.

Methods Documentation

latex(self, \*\*kwargs)[source]

Return a latex-formatted representation of the Expression. The kwargs can contain formatting directives (such as ‘fence’ used to indicate when a sub-expression should be wrapped in parentheses if there can be ambiguity in the order of operations).