eval_rank: rank of matrix literals by Bareiss elimination #
This module defines the eval_rank tactic and the norm_rank simproc, which compute
the rank of a matrix literal with non-symbolic entries through an
Echelon.Decomposition certificate checked by the kernel.
def
Mathlib.Tactic.Echelon.normalizeRank
(e A : Lean.Expr)
(m n : ℕ)
(R : Lean.Expr)
(entries : Array (Array Lean.Expr))
:
Rewrite Matrix.rank A to the pivot count of the Bareiss decomposition of the matrix
literal A.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Core of the norm_rank simproc.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The norm_rank simproc evaluates the rank of matrices with non-symbolic entries.
Terms that it cannot evaluate are skipped.
Equations
- One or more equations did not get rendered due to their size.
Instances For
eval_rank evaluates the rank of matrices with non-symbolic entries.
The element type must be a commutative domain with kernel-decidable equality.
Terms skipped can be viewed by using set_option trace.Tactic.evalRank true.
Equations
- evalRank = Lean.ParserDescr.node `evalRank 1024 (Lean.ParserDescr.nonReservedSymbol "eval_rank" false)