Skip to content

Commit a92f304

Browse files
committed
Fix blueprint: remove span_remove_element reference
This theorem was referenced in the blueprint but doesn't exist in the Lean game code. Removed the \lean{} reference to fix CI build failure.
1 parent ceb0bae commit a92f304

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

blueprint/lean_decls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ LinearAlgebraGame.subset_linear_independent
1616
LinearAlgebraGame.superset_span_full
1717
LinearAlgebraGame.linear_combination_unique
1818
LinearAlgebraGame.linear_independent_insert_of_not_in_span
19-
LinearAlgebraGame.span_remove_element
2019
LinearAlgebraGame.InnerProductSpace_real_v
2120
LinearAlgebraGame.InnerProductSpace_v
2221
LinearAlgebraGame.inner_self_real

blueprint/src/chapters/linearindependence/sheet9.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ \section{Span After Removing Elements}
22

33
\begin{theorem}
44
\label{theorem : span_remove_element}
5-
\lean{LinearAlgebraGame.span_remove_element}
6-
\leanok
5+
% Note: This theorem is not implemented in the Lean game code
76
\uses{definition : span, definition : linear_independent}
87
If $S$ is a set of vectors and $v \in S$ can be written as a linear combination of other vectors in $S \setminus \{v\}$, then $\text{span}(S) = \text{span}(S \setminus \{v\})$.
98
\end{theorem}

0 commit comments

Comments
 (0)