I filled all the sorrys in Aristotle28/StrongRankCondition.lean. Here's what was done:
The original statement A.adjp s none (some i) = (A.submatrix some (Function.update some i none)).detp s was false — I verified this computationally with a 3×3 matrix where the LHS was 24 but the RHS was 36. The correct formula is:
A.adjp s none (some i) = (A.submatrix (Function.update some i none) some).detp (-s)