We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a tracking issue for several naming inconsistencies I have found. Feel free to add items to it.
Polynomial.monomial_mul_monomial
MvPolynomial.monomial_mul
Finset.pred_card_le_card_erase
- 1
pred
sub_one
Finset.sum_add_distrib
sum_add
EqvGen
rel
Relation.ReflGen
single
Relation.TransGen
conGen
of
OrderedSub
tsub
The text was updated successfully, but these errors were encountered:
prod_map vs prodMap: see past zulip discussions
prod_map
prodMap
Sorry, something went wrong.
No branches or pull requests
This is a tracking issue for several naming inconsistencies I have found. Feel free to add items to it.
Polynomial.monomial_mul_monomial
is analogous toMvPolynomial.monomial_mul
?Finset.pred_card_le_card_erase
: Why does this use- 1
instead ofpred
whenpred
rather thansub_one
is in the name?pred
Finset.sum_add_distrib
, but we also have a number of lemmas named more likesum_add
.EqvGen
usesrel
for the base relation constructorRelation.ReflGen
usessingle
for the base relation constructorRelation.TransGen
usessingle
tooconGen
usesof
for the base relation constructor.OrderedSub
has a field with the substringtsub
but as far as I can tell, this subtraction is not necessarily truncated.The text was updated successfully, but these errors were encountered: