Skip to content

Commit 7992cf8

Browse files
committed
chore (RingTheory/TensorProduct/Basic): maxSynthPendingDepth 2 not needed (#23118)
The default is now 3 so this is no longer needed. The proof also now compiles very slightly faster.
1 parent db0c38c commit 7992cf8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Mathlib/RingTheory/TensorProduct/Basic.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,6 @@ theorem leftComm_toLinearEquiv :
10781078
(leftComm R A B C : _ ≃ₗ[R] _) = _root_.TensorProduct.leftComm R A B C := rfl
10791079

10801080
variable (R S A B C D) in
1081-
set_option maxSynthPendingDepth 2 in
10821081
/-- Tensor product of algebras analogue of `mul_mul_mul_comm`.
10831082
10841083
This is the algebra version of `TensorProduct.AlgebraTensorModule.tensorTensorTensorComm`. -/

0 commit comments

Comments
 (0)