Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-03-05 16:13 51adf3a1

View on Github →

feat(model_theory/terms_and_formulas): Using a list encoding, bounds the number of terms (#12276) Defines term.list_encode and term.list_decode, which turn terms into lists, and reads off lists as lists of terms. Bounds the number of terms by the number of allowed symbols + omega.

Estimated changes