Alphabeta Math
Session-authored (Fable 5 assisted)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

11 results · all verified · 5 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 6 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Holomorphic Functions of Several Complex Variables — Examples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-26Open item page →

The power series of z0z1 on a bidisc centred away from the origin

Example

Let f(z)=z0z1 on C2, and expand about the centre a=(1,1). Then

f(z)=1+(z01)+(z11)+(z01)(z11).

So the multi-indexed power series at a has coefficients c(0,0)=c(1,0)=c(0,1)=c(1,1)=1 and cα=0 for every other αN2. Being finite, the series converges absolutely on every bidisc centred at (1,1).

Facts & Assumptions

Given: The function f(z)=z0z1 on C2, the centre a=(1,1), and the bidisc notation of Balls, polydiscs and the distinguished boundary in Cm.

Verification

technique · direct
1.1

Writing zk=1+(zk1) for k=0,1 and expanding gives z0z1=(1+(z01))(1+(z11))=1+(z01)+(z11)+(z01)(z11).

givenalgebra
2.1

The right-hand side is a finite multi-indexed power series about (1,1), with exactly the four nonzero coefficients stated above, so it converges absolutely on every bidisc centred at (1,1).

step 1.1
3.1

The displayed finite series already equals f everywhere, so it is in particular the power-series expansion of f about (1,1). Also (1,0)f(1,1)=1, (0,1)f(1,1)=1, and (1,1)f(1,1)=1 by direct differentiation, while every derivative of order at least 2 in one coordinate is 0; these values match the displayed coefficients.

step 2.1algebra
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-26Open item page →

The power series of exp(z0+z1) on every bidisc

Example

For f(z)=exp(z0+z1) on C2,

exp(z0+z1)=αN2zαα!=m=0n=0z0mz1nm!n!.

The series converges absolutely on every bidisc, and its coefficient at zα is exactly 1/α!.

Facts & Assumptions

Given: The complex exponential and the multi-index notation on C2.

[L1]

exp(z0+z1)=exp(z0)exp(z1) (exp(z+w)=expzexpw, and the complex exponential extends the real exponential).

[L2]

The exponential series n0zn/n! converges for every complex z and equals exp(z) (The complex exponential series converges absolutely for every complex argument, The complex exponential by its power series).

[L3]

The Cauchy product of two absolutely convergent complex series converges absolutely and has the product sum (The Cauchy product of two absolutely convergent complex series converges absolutely to the product of their sums).

[L4]

An absolutely summable complex double array has the same sum along a bijective enumeration and in either iterated order: real double-series Fubini applies separately to its real and imaginary parts, whose absolute values are bounded by the complex moduli (Fubini for double series: if ijaij converges then both iterated sums and the sum along every bijection NN×N converge to one and the same value, Real and imaginary parts, complex conjugation, and modulus).

Verification

technique · direct
1.1

By [L1] and [L2], exp(z0+z1)=(m0z0m/m!)(n0z1n/n!).

L1L2
2.1

Each one-variable exponential series is absolutely convergent. Moreover, for the double array amn=z0mz1n/(m!n!), [L2] gives namn=(z0m/m!)exp(z1) and then mnamn=exp(z0)exp(z1)<. Hence [L3] identifies the product in step 1.1 with the absolutely convergent diagonal enumeration N0m=0Nz0mz1Nm/(m!(Nm)!). The substitution (m,n)=(m,Nm) enumerates every pair in N2 exactly once, and [L4] now permits regrouping the array in iterated order. Therefore exp(z0+z1)=m0n0z0mz1nm!n!=αN2zαα!.

step 1.1L2L3L4
3.1

On every bidisc the series is absolutely convergent because it is the product of two absolutely convergent one-variable exponential series there, and step 2.1 already identifies the coefficient of zα as exactly 1/α!.

step 2.1
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-26Open item page →

The power series of z0/(1z1) and the shape of its domain of convergence

Example

On the region {(z0,z1)C2:z1<1} one has

z01z1=j=0z0z1j.

Equivalently, in multi-index notation,

z01z1=αN2cαzα,

where c(1,j)=1 for every jN and cα=0 otherwise. When z00, the series converges absolutely exactly when z1<1; when z0=0, every term vanishes and the series converges absolutely for every z1. Thus its absolute-convergence set is (C×D(0,1))({0}×C), an unbounded set and not a bounded polydisc.

Facts & Assumptions

Given: The function f(z)=z0/(1z1) on the region z1<1.

[L1]

For complex w, the geometric series j0wj converges absolutely exactly when w<1: if w<1, then j0wj converges by For r<1, k0rk=1/(1r), and for r1 the series diverges, so Every absolutely convergent complex series converges, and rearrangements preserve its sum applies, and the finite identity (1w)j<nwj=1wn together with wn=wn0 gives the sum 1/(1w) (Conjugation is an involutive real-field automorphism, zz=z2, and modulus is definite, multiplicative, and subadditive, For r<1 the sequence rk is null, and for r>1 the sequence rk diverges to +, C=R[x]/(x2+1) is a field, every element is uniquely a+bi, and every nonzero element has inverse (abi)/(a2+b2)). If w1, then the same real geometric-series criterion shows that j0wj diverges, so for every nonzero complex constant c the series j0cwj cannot be absolutely convergent.

Verification

technique · direct
1.1

If z1<1, then [L1] gives (1z1)1=j0z1j, so multiplying by z0 yields z0/(1z1)=j0z0z1j.

givenL1
2.1

In multi-index form this is the stated coefficient rule: the only monomials that appear are z0z1j, so c(1,j)=1 and every other coefficient is 0.

step 1.1
2.2

The absolute-value series is j0z0z1j. If z00, division by the positive constant z0 and [L1] show that it converges exactly when z1<1. If z0=0, every term is 0, so it converges for every z1. Hence the absolute-convergence set is (C×D(0,1))({0}×C).

step 1.1L1
3.1

At points (0,z1) with z11, every term of the series is 0, so the series still converges there to 0, although the quotient is undefined when z1=1 and this exceptional convergence set is not open.

step 2.2
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-26Open item page →

The iterated Cauchy formula computed for z0z1 on a bidisc

Example

Let f(z)=z0z1 on the unit bidisc, let C(t)=12exp(it) on [0,2π], and let z=(z0,z1) satisfy z0<1/2 and z1<1/2. Then

1(2πi)2C ⁣Cζ0ζ1(ζ0z0)(ζ1z1)dζ1dζ0=z0z1.

The computation is done in the stated order: the inner integral is taken in ζ1 first, with ζ0 held fixed, and only then is the outer integral taken in ζ0.

Facts & Assumptions

Given: The function f(z)=z0z1, the circle C(t)=12exp(it), and a point z with z0<1/2 and z1<1/2.

[L1]

The iterated Cauchy formula on a polydisc represents a continuous separately holomorphic function by successive one-variable contour integrals (The iterated Cauchy integral formula on a polydisc).

[L2]

The one-variable Cauchy integral formula on a circle gives h(w)=(2πi)1γh(ζ)(ζw)1dζ for w strictly inside the circle (Cauchy's integral formula on a circle compactly contained in a disc of holomorphy).

Verification

technique · direct
1.1

Fix ζ0 on the circle C. As a function of ζ1, the integrand is ζ0ζ1/((ζ0z0)(ζ1z1))=ζ0(ζ0z0)1ζ1(ζ1z1)1, where the scalar factor in front is constant in ζ1.

givenalgebra
2.1

Apply [L2] to the holomorphic function ζ1ζ1 on the disc ζ1<1: then (2πi)1Cζ1(ζ1z1)1dζ1=z1, so the inner integral equals 2πiζ0z1/(ζ0z0).

step 1.1L2
3.1

Substituting step 2.1 into the outer integral gives 12πiCζ0z1(ζ0z0)1dζ0=z112πiCζ0(ζ0z0)1dζ0, and [L2] applied again yields the value z1z0.

step 2.1L2
4.1

This matches the value f(z)=z0z1, exactly as [L1] predicts.

step 3.1L1
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-26Open item page →

Cauchy estimates on a bidisc, computed and compared with the exact derivatives

Example

Let f(z)=exp(z0+z1) on C2, let a=0, and let the polyradius be (r,r) with r>0. Then the distinguished-boundary supremum is

supΓ(r,r)(0)f=exp(2r),

so the Cauchy estimate gives

αf(0)α!exp(2r)rα.

For α=(1,1) the exact value is αf(0)=1, whereas the bound is exp(2r)/r2, minimized at r=1 with value e2.

Facts & Assumptions

Given: The function f(z)=exp(z0+z1), the centre 0C2, a real r>0, and the multi-index α=(1,1).

[L1]

Cauchy estimates on a polydisc give αf(a)α!Mrα, where M is the distinguished-boundary supremum and rα is the product of the inverse powers of the radii (Cauchy estimates for mixed derivatives on a polydisc).

[L2]

The power-series expansion of exp(z0+z1) is αzα/α! on every bidisc, and that series therefore defines a holomorphic function there (The power series of exp(z0+z1) on every bidisc, An absolutely convergent multi-indexed power series is holomorphic and differentiates termwise).

[L4]

For a convergent multivariable power series, the coefficient of zα is αf(0)/α! (The coefficients of a convergent multi-indexed power series are its derivative coefficients, hence unique).

Verification

technique · direct
1.1

If ζ0=ζ1=r, then f(ζ)=exp(ζ0+ζ1)=exp(Reζ0+Reζ1)exp(ζ0+ζ1)=exp(2r), with equality at ζ0=ζ1=r. So supΓ(r,r)(0)f=exp(2r).

givenL3
2.1

Since [L2] makes f holomorphic on every bidisc about 0, applying [L1] with the supremum of step 1.1 gives αf(0)α!exp(2r)rα for every multi-index α.

step 1.1L1L2
3.1

By [L2], the coefficient of z0z1 is 1, so [L4] gives (1,1)f(0)=1. Thus the estimate for α=(1,1) is 1exp(2r)/r2.

step 2.1L2L4
4.1

The function h(r)=exp(2r)/r2 satisfies (logh)=22/r, so its unique critical point on (0,) is r=1, where it takes the value e2; hence this example's best bound is 1e2.

step 3.1algebra
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-26Open item page →

Componentwise holomorphy checked for an explicit map C2C3

Example

Define F:C2C3 by

F(z0,z1)=(z0z1, z0+z1, exp(z0)).

Then each component is holomorphic, so F is holomorphic. Its complex Jacobian matrix is

JCF(z)=(z1z011exp(z0)0),

and at the origin this becomes

JCF(0,0)=(001110).

Facts & Assumptions

Given: The map F(z0,z1)=(z0z1, z0+z1, exp(z0)).

[L1]

A map into Cn is holomorphic exactly when each component is holomorphic (A map into Cn is holomorphic exactly when each of its components is).

[L2]

Sums and products of holomorphic scalar functions are holomorphic (Sums, products and nonvanishing quotients of holomorphic functions are holomorphic).

[L4]

The complex Jacobian matrix records the derivatives Fj/zk (Holomorphic maps CmCn and the complex Jacobian matrix).

Verification

technique · direct
1.1

The first component (z0,z1)z0z1 and the second component (z0,z1)z0+z1 are holomorphic by [L2], and the third component (z0,z1)exp(z0) is holomorphic by [L3].

L2L3
2.1

Therefore [L1] makes F holomorphic.

step 1.1L1
2.2

By [L4], (z0z1)/z0=z1, (z0z1)/z1=z0, (z0+z1)/z0=(z0+z1)/z1=1, (exp(z0))/z0=exp(z0), and (exp(z0))/z1=0, which gives the displayed matrix.

step 1.1L3L4
3.1

Substituting (z0,z1)=(0,0) into that matrix gives the displayed value at the origin.

step 2.2
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-26Open item page →

The complex Jacobian and its determinant for (z0z1,z0+z1)

Example

Let F:C2C2 be given by

F(z0,z1)=(z0z1, z0+z1).

Then

JCF(z)=(z1z011),detJCF(z)=z1z0.

So the complex Jacobian determinant vanishes exactly on the diagonal {z0=z1}. If S(w0,w1)=(w1,w0) is the coordinate swap, then detJCS=1 and detJC(SF)=(z1z0), in agreement with the multiplicative chain rule.

Facts & Assumptions

Given: The map F(z0,z1)=(z0z1, z0+z1) and the swap S(w0,w1)=(w1,w0).

[L1]

A map is holomorphic exactly when its components are, and for a holomorphic map the complex Jacobian entries are (JCF)jk=zkFj (A map into Cn is holomorphic exactly when each of its components is). The coordinate projections (z0,z1)z0 and (z0,z1)z1 are complex-linear functionals and hence holomorphic (A real-linear functional on Cm is complex linear exactly when its antiholomorphic part vanishes, Holomorphic functions on an open subset of Cm); sums and products of holomorphic functions are holomorphic with the usual derivative rules (Sums, products and nonvanishing quotients of holomorphic functions are holomorphic).

[L3]

The composite of holomorphic maps is holomorphic and its complex Jacobian is the product (The composite of holomorphic maps is holomorphic and its complex Jacobian is the product).

[L4]

For equidimensional holomorphic maps, the complex Jacobian determinant of a composite is the product of the determinants (The complex Jacobian determinant of a composite of equidimensional holomorphic maps is the product).

Verification

technique · direct
1.1

By [L1], JCF(z) is (z1z011).

L1
1.2

The swap S is linear with matrix (0110), so detJCS=1 by [L2].

L2
2.1

Apply [L2] to that matrix: detJCF(z)=z11z01=z1z0, so the determinant vanishes exactly when z0=z1.

step 1.1L2
3.1

By [L3], JC(SF)=JCS(F(z))JCF(z), and [L4] gives detJC(SF)=(1)(z1z0)=z0z1, exactly as the direct calculation of the swapped matrix would give.

step 2.1step 1.2L3L4
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-26Open item page →

A function whose modulus attains its maximum only on the distinguished boundary of a bidisc

Example

Let f(z)=z0z1 on the closed unit bidisc Δ(1,1)(0)C2. Then f1 on the whole closed bidisc, and equality holds exactly on the distinguished boundary

Γ(1,1)(0)={(z0,z1):z0=z1=1}.

By contrast, the topological boundary also contains points such as (1,0), where f=0. So the maximum-modulus information here is carried by the distinguished boundary and not by the whole topological boundary.

Facts & Assumptions

Given: The function f(z)=z0z1 on the closed unit bidisc.

[L1]

If f is continuous on a closed polydisc and holomorphic on its interior, its modulus there is bounded by, and attains the same supremum as on, the distinguished boundary (The modulus of a holomorphic function on a closed polydisc is bounded by its supremum on the distinguished boundary).

[L2]

The distinguished boundary of the unit bidisc is Γ(1,1)(0)={(z0,z1):z0=z1=1} (Balls, polydiscs and the distinguished boundary in Cm).

Verification

technique · direct
1.1

For every z in the closed unit bidisc, f(z)=z0z1=z0z11, and equality holds if and only if z0=z1=1, that is, exactly on the distinguished boundary of [L2].

givenL2
2.1

The point (1,0) lies on the topological boundary of the closed unit bidisc but not on the distinguished boundary: every ball about (1,0) meets the bidisc interior, while points with first coordinate of modulus >1 lie arbitrarily close outside it. At that point f(1,0)=0. So the whole topological boundary does not by itself identify where the maximum is attained.

step 1.1
3.1

This is exactly the concrete content of [L1] for the function f(z)=z0z1: the boundary points that matter are the distinguished ones.

step 1.1step 2.1L1
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-26Open item page →

A nonzero holomorphic function on C2 whose zero set is an unbounded hyperplane

Statement refuted

That a nonzero holomorphic function on a domain in Cm has isolated zeros.

Counterexample

Take f:C2C given by f(z0,z1)=z0.

Facts & Assumptions

Given: The function f(z0,z1)=z0 on C2.

[L1]

Holomorphic functions on open subsets of Cm are those of Holomorphic functions on an open subset of Cm, and they are continuous and separately holomorphic (A holomorphic function of several variables is continuous and separately holomorphic).

[L2]

A holomorphic function vanishing on a nonempty open subset of a connected open set in Cm vanishes identically (A holomorphic function vanishing on a nonempty open subset of a domain vanishes identically).

Refutation

technique · direct
1.1

The function f(z0,z1)=z0 is holomorphic on C2 and is not identically zero, since f(1,0)=1.

givenL1
1.2

Its zero set is exactly {(z0,z1)C2:z0=0}={0}×C.

givenalgebra
2.1

This zero set is unbounded, because (0,t) belongs to it for every complex t, and no point of it is isolated in it: if (0,w) is a zero and ε>0, then (0,w+ε/2) is a different zero within Euclidean distance ε/2.

step 1.2
3.1

The zero set has empty interior, so this witness does not contradict [L2]; it shows instead that in several variables a nonzero holomorphic function can vanish on a whole positive-dimensional complex hyperplane. Therefore the refuted claim fails.

step 1.1step 2.1L2
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-26Open item page →

A holomorphic function on a domain in C2 vanishing on a set with an accumulation point vanishes identically

Statement

False claim: if f is holomorphic on a nonempty connected open subset of C2 and the zero set of f has an accumulation point in the domain, then f is identically zero.

This is exactly the one-variable identity theorem carried over without change. The several-variable page proves only the honest open-set form (A holomorphic function vanishing on a nonempty open subset of a domain vanishes identically).

Facts & Assumptions

Given: The false claim above and the function f(z0,z1)=z0 on C2.

[L1]

In one complex variable, equality on a set with an accumulation point forces equality everywhere (Identity theorem for holomorphic functions).

[L2]

In one complex variable, a nonzero holomorphic function has isolated zeros (Zeros of a nonzero holomorphic function are isolated).

[L3]

The function f(z0,z1)=z0 is a nonzero holomorphic function on C2 whose zero set is the hyperplane {0}×C, hence is unbounded and has no isolated points (A nonzero holomorphic function on C2 whose zero set is an unbounded hyperplane).

Refutation

technique · direct
1.1

The false claim is the one-variable identity theorem [L1] repeated verbatim in two complex variables.

L1
1.2

By [L3], the function f(z0,z1)=z0 is holomorphic and not identically zero, while every point of its zero set {0}×C is an accumulation point of that zero set. So the hypothesis of the false claim holds for this f.

L3
2.1

Yet the conclusion fails, since f(1,0)=10. What breaks from the one-variable proof is exactly [L2]: in one variable a nonzero holomorphic function has isolated zeros, whereas [L3] shows that in several variables a nonzero holomorphic function can vanish on a whole hyperplane. Therefore the false claim is false.

step 1.2L2L3
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-26Open item page →

A bounded function of two real variables whose every coordinate slice is real analytic is continuous

Statement

False claim: every bounded function f:R2R whose slices xf(x,b) and yf(a,y) are real analytic for every fixed real a,b is continuous on R2.

The point of the witness is exactly that the several-variable holomorphic theorem "locally bounded and separately holomorphic implies holomorphic" has no parallel with "real analytic" in place of "holomorphic".

Facts & Assumptions

Given: The witness

f(x,y)={xyx2+y2,(x,y)(0,0),0,(x,y)=(0,0).

[L1]

A locally bounded separately holomorphic function is holomorphic (Locally bounded and separately holomorphic implies holomorphic), and separate holomorphy means one-variable holomorphy on every coordinate slice (Separately holomorphic functions).

[L4]

The Cauchy inequalities bound one-variable holomorphic derivatives by a sup norm on a circle (Cauchy's inequalities bound every derivative by a boundary bound on a compactly contained circle).

Refutation

technique · direct
1.1

The false claim is the real-variable analogue of [L1], so refuting it shows that the several-variable holomorphic theorem is genuinely complex-analytic and not a formal separate-regularity statement.

L1
1.2

The displayed formula defines a real-valued function on all of R2.

given
2.1

The function is bounded: for (x,y)(0,0), the inequality 2xyx2+y2 gives f(x,y)1/2, and at the origin f(0,0)=0, so f(x,y)1/2 everywhere.

step 1.2algebra
2.2

The function is not continuous at (0,0): if it were, then by [L3] applied with ε=1/4 there would be δ>0 such that (x,y)<δ implies f(x,y)<1/4; but for any real t with 0<t<δ/2 one has (t,t)=2t<δ and f(t,t)=1/2, a contradiction.

step 1.2L3
3.1

Fix b0. Then the slice xf(x,b)=bx/(x2+b2) is a quotient of polynomials, and the denominator never vanishes on R, so [L2] makes this slice real analytic on all of R. The same argument applies to the slice yf(a,y) when a0.

step 2.1L2
4.1

If b=0, then f(x,0)=0 for every real x, so the slice xf(x,0) is identically zero and therefore real analytic; by the symmetry f(x,y)=f(y,x), the same is true of the slice yf(0,y). Thus every coordinate slice of f is real analytic.

step 1.2step 3.1L2
5.1

So this bounded function has real-analytic slices in each variable but is not jointly continuous, and the false claim fails. The published B-page item named cex-partial-derivatives-without-continuity uses the same witness for a different failure, but it is homed on an examples page and is therefore named here only in prose, without a wikilink or a dependency edge. The complex case is different precisely because [L4] turns a one-variable bound on a holomorphic slice into a uniform derivative bound, and no real-analytic hypothesis supplies such a bound.

step 4.1step 2.2L4
RemarkRemark: AI-adaptedProof: Not applicableaudited 2026-08-26Open item page →

Why local boundedness gives joint continuity here and nothing like it holds in the real case

Remark

The locally bounded theorem on this page is not a disguised continuity theorem for arbitrary separate regularity. The false statement A bounded function of two real variables whose every coordinate slice is real analytic is continuous gives the concrete contrast: the real-valued function f(x,y)=xy/(x2+y2) off the origin, with f(0,0)=0, is bounded and every coordinate slice is real analytic, yet the function is not jointly continuous. The published B-page item named cex-partial-derivatives-without-continuity uses the same witness for a different purpose; it is named here only in prose, without a wikilink, because examples pages are leaves.

What changes in the holomorphic setting is not the bare word "separate" but the one-variable Cauchy theory. A bound on a holomorphic slice controls its derivative by Cauchy's inequalities bound every derivative by a boundary bound on a compactly contained circle, and the control is uniform in the remaining coordinates when the bound is uniform there. That is exactly the input used in A bounded separately holomorphic function on a polydisc is Lipschitz on every smaller polydisc: the bounded separately holomorphic function becomes locally Lipschitz, hence continuous, and then Osgood's lemma: continuous and separately holomorphic implies holomorphic upgrades that continuity plus separate holomorphy to full holomorphy.

So the hypothesis "locally bounded" is not decoration. It is the condition that turns one-variable holomorphic control into a joint estimate. The real-analytic counterexample shows that without the Cauchy inequality there is no reason for separate regularity and boundedness to force any joint continuity at all.

Sources