diff --git a/prover/strategies/matching.md b/prover/strategies/matching.md
index c8caa5f58..7e990a5fe 100644
--- a/prover/strategies/matching.md
+++ b/prover/strategies/matching.md
@@ -645,12 +645,17 @@ Instantiate the axiom: `\forall { L, D } (pto L D) -> L != nil
=> \equals(S1(ARGs1), S2(ARGs2)), #destructEquality(Ps1, Ps2)
requires S1 =/=K S2 orBool notBool isConstructor(S1)
+ rule \implies(LHS, \exists { Vs } RHS)
+
+ spatial-patterns-equal => noop ...
+ requires isPredicatePattern(RHS)
+
rule \implies( \and(sep(LSPATIAL), LHS)
, \exists{ Vs } \and(sep(RSPATIAL), RHS)
)
=> \implies(\and(LHS), \exists { Vs } \and(RHS))
- spatial-patterns-equal => noop ...
+ spatial-patterns-equal ...
requires LSPATIAL -Patterns RSPATIAL ==K .Patterns
andBool RSPATIAL -Patterns LSPATIAL ==K .Patterns