is_included_in is only defined by RealSet. We deprecate it and replace it by is_subset.
The spelling issubset is used in Python sets. is_subset is widely used in Sage. Sympy provides both spellings (see #31926), but the source code notes that issubset "should be deprecated".
Depends on #21243
CC: @tscrim @mjungmath
Component: geometry
Author: Matthias Koeppe
Branch/Commit: f27026f
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/31927