In this article,we study Kahler metrics on a certain line bundle over some compact Kahler manifolds to find complete Kahler metrics with positive holomorphic sectional(or bisectional)curvatures.Thus,we apply a strateg...In this article,we study Kahler metrics on a certain line bundle over some compact Kahler manifolds to find complete Kahler metrics with positive holomorphic sectional(or bisectional)curvatures.Thus,we apply a strategy to a famous Yau conjecture with a co-homogeneity one geometry.展开更多
Let f : Ω→Gr(n,H) be a holomorphic curve, where Ω is a bounded open simple connected domain on the complex plane C and Gr(n,H) the Grassmannian manifold. Denote by Ef the "pull back" bundle induced by f. We ...Let f : Ω→Gr(n,H) be a holomorphic curve, where Ω is a bounded open simple connected domain on the complex plane C and Gr(n,H) the Grassmannian manifold. Denote by Ef the "pull back" bundle induced by f. We show the uniqueness of the orthogonal decomposition for those complex bundles. As a direct application, we give a complete description of the HIR decomposition of a Cowen- Douglas operator T ∈ Bn(Ω). Moreover, we compute the maximal self-adjoint subalgebra of A'(Ef) and A'(T) respectively. Finally, we fix the masa of A'(Ef) and .A' (T) which depends on the HIR decomposition of Ef or T respectively.展开更多
In this article, we prove the Hyers-Ulam-Rassias stability of the following Cauchy-Jensen functional inequality:‖f (x) + f (y) + 2f (z) + 2f (w)‖ ≤‖ 2f x + y2 + z + w ‖(0.1)This is applied to inv...In this article, we prove the Hyers-Ulam-Rassias stability of the following Cauchy-Jensen functional inequality:‖f (x) + f (y) + 2f (z) + 2f (w)‖ ≤‖ 2f x + y2 + z + w ‖(0.1)This is applied to investigate isomorphisms between C*-algebras, Lie C*-algebras and JC*-algebras, and derivations on C*-algebras, Lie C*-algebras and JC*-algebras, associated with the Cauchy-Jensen functional equation 2f (x + y/2 + z + w) = f(x) + f(y) + 2f(z) + 2f(w).展开更多
We study diagonal invariant ideals of topologically graded C*-algebras over discrete groups. Since all Toeplitz algebras defined on discrete groups are topologically graded, the results in this paper have improved the...We study diagonal invariant ideals of topologically graded C*-algebras over discrete groups. Since all Toeplitz algebras defined on discrete groups are topologically graded, the results in this paper have improved the first author's previous works on this topic.展开更多
In this paper we define and study chain conditions for Hilbert C*-modules through their C*-algebras of compact operators and discuss their perseverance under Morita equivalence and tensor products. We show that thes...In this paper we define and study chain conditions for Hilbert C*-modules through their C*-algebras of compact operators and discuss their perseverance under Morita equivalence and tensor products. We show that these chain conditions are passed from the C*-algebra to its Hilbert module under certain conditions. We also study chain conditions for Hilbert modules coming from inclusion of C*-algebra with a faithful conditional expectation.展开更多
Perturbation problem of operator algebras was first introduced by Kadison and Kastler. In this short note, we consider the uniform perturbation of two classes of operator algebras, i.e., MF algebras and quasidiagonal ...Perturbation problem of operator algebras was first introduced by Kadison and Kastler. In this short note, we consider the uniform perturbation of two classes of operator algebras, i.e., MF algebras and quasidiagonal C*-algebras. We show that the sets of MF algebras and quasidiagonal C*-algebras of a given C*-algebra are closed under the perturbation of uniform norm.展开更多
In this paper,we define a new class of control functions through aggregate special functions.These class of control functions help us to stabilize and approximate a tri-additiveψ-functional inequality to get a better...In this paper,we define a new class of control functions through aggregate special functions.These class of control functions help us to stabilize and approximate a tri-additiveψ-functional inequality to get a better estimation for permuting tri-homomorphisms and permuting tri-derivations in unital C*-algebras and Banach algebras by the vector-valued alternative fixed point theorem.展开更多
All C*-algebras of sections of locally trivial C* -algebra bundles over ∏i=1sLki(ni) with fibres Aw Mc(C) are constructed, under the assumption that every completely irrational noncommutative torus Aw is realized as ...All C*-algebras of sections of locally trivial C* -algebra bundles over ∏i=1sLki(ni) with fibres Aw Mc(C) are constructed, under the assumption that every completely irrational noncommutative torus Aw is realized as an inductive limit of circle algebras, where Lki (ni) are lens spaces. Let Lcd be a cd-homogeneous C*-algebra over whose cd-homogeneous C*-subalgebra restricted to the subspace Tr × T2 is realized as C(Tr) A1/d Mc(C), and of which no non-trivial matrix algebra can be factored out.The lenticular noncommutative torus Lpcd is defined by twisting in by a totally skew multiplier p on Tr+2 × Zm-2. It is shown that is isomorphic to if and only if the set of prime factors of cd is a subset of the set of prime factors of p, and that Lpcd is not stablyisomorphic to if the cd-homogeneous C*-subalgebra of Lpcd restricted to some subspace LkiLki (ni) is realized as the crossed product by the obvious non-trivial action of Zki on a cd/ki-homogeneous C*-algebra over S2ni+1 for ki an integer greater than 1.展开更多
OSGi(Open Service Gateway Initiative)服务平台规范定义了一个开放的一般性架构,为网络服务、软件的开发和部署提供一致性的协作环境,其核心是提供一个通用、安全并且可管理的Java框架.OSGi规范本身利用了Java语言的特性,非常适合用J...OSGi(Open Service Gateway Initiative)服务平台规范定义了一个开放的一般性架构,为网络服务、软件的开发和部署提供一致性的协作环境,其核心是提供一个通用、安全并且可管理的Java框架.OSGi规范本身利用了Java语言的特性,非常适合用Java实现.但其Java实现对系统资源的消耗较大并且运行时依赖Java虚拟机环境(JVM),不适合在系统资源较少和未安装JVM的环境中使用,例如移动设备.本文在分析OSGi框架原理的基础上,提出了一种轻量级的Windows平台下基于C++的OSGi框架实现方案--cwinOSGi,重点解决了组件的打包方式、加载方法、组件间的可见性及动态更新等关键技术问题,实现了OSGi模型的主要功能.实验证明,与OSGi框架的Java实现相比,cwinOSGi的系统资源需求大幅降低,具有更广的适应性.展开更多
Let A be an unital C*-algebra, a, x and y are elements in A. In this paper, we present a method how to calculate the Moore-Penrose inverse of a- xy*and investigate the expression for some new special cases of(a- xy*).
文摘In this article,we study Kahler metrics on a certain line bundle over some compact Kahler manifolds to find complete Kahler metrics with positive holomorphic sectional(or bisectional)curvatures.Thus,we apply a strategy to a famous Yau conjecture with a co-homogeneity one geometry.
文摘Let f : Ω→Gr(n,H) be a holomorphic curve, where Ω is a bounded open simple connected domain on the complex plane C and Gr(n,H) the Grassmannian manifold. Denote by Ef the "pull back" bundle induced by f. We show the uniqueness of the orthogonal decomposition for those complex bundles. As a direct application, we give a complete description of the HIR decomposition of a Cowen- Douglas operator T ∈ Bn(Ω). Moreover, we compute the maximal self-adjoint subalgebra of A'(Ef) and A'(T) respectively. Finally, we fix the masa of A'(Ef) and .A' (T) which depends on the HIR decomposition of Ef or T respectively.
基金supported by the Daejin University grants in 2010
文摘In this article, we prove the Hyers-Ulam-Rassias stability of the following Cauchy-Jensen functional inequality:‖f (x) + f (y) + 2f (z) + 2f (w)‖ ≤‖ 2f x + y2 + z + w ‖(0.1)This is applied to investigate isomorphisms between C*-algebras, Lie C*-algebras and JC*-algebras, and derivations on C*-algebras, Lie C*-algebras and JC*-algebras, associated with the Cauchy-Jensen functional equation 2f (x + y/2 + z + w) = f(x) + f(y) + 2f(z) + 2f(w).
基金Supported by the National Natural Science Foundation of China(10371051)
文摘We study diagonal invariant ideals of topologically graded C*-algebras over discrete groups. Since all Toeplitz algebras defined on discrete groups are topologically graded, the results in this paper have improved the first author's previous works on this topic.
文摘In this paper we define and study chain conditions for Hilbert C*-modules through their C*-algebras of compact operators and discuss their perseverance under Morita equivalence and tensor products. We show that these chain conditions are passed from the C*-algebra to its Hilbert module under certain conditions. We also study chain conditions for Hilbert modules coming from inclusion of C*-algebra with a faithful conditional expectation.
文摘Perturbation problem of operator algebras was first introduced by Kadison and Kastler. In this short note, we consider the uniform perturbation of two classes of operator algebras, i.e., MF algebras and quasidiagonal C*-algebras. We show that the sets of MF algebras and quasidiagonal C*-algebras of a given C*-algebra are closed under the perturbation of uniform norm.
基金partially supported by the Natural Sciences and Engineering Research Council of Canada(2019-03907)。
文摘In this paper,we define a new class of control functions through aggregate special functions.These class of control functions help us to stabilize and approximate a tri-additiveψ-functional inequality to get a better estimation for permuting tri-homomorphisms and permuting tri-derivations in unital C*-algebras and Banach algebras by the vector-valued alternative fixed point theorem.
基金The author was supported by grant No. 1999-2-102-001-3 from the interdis- ciplinary research program year of the KOSEF.
文摘All C*-algebras of sections of locally trivial C* -algebra bundles over ∏i=1sLki(ni) with fibres Aw Mc(C) are constructed, under the assumption that every completely irrational noncommutative torus Aw is realized as an inductive limit of circle algebras, where Lki (ni) are lens spaces. Let Lcd be a cd-homogeneous C*-algebra over whose cd-homogeneous C*-subalgebra restricted to the subspace Tr × T2 is realized as C(Tr) A1/d Mc(C), and of which no non-trivial matrix algebra can be factored out.The lenticular noncommutative torus Lpcd is defined by twisting in by a totally skew multiplier p on Tr+2 × Zm-2. It is shown that is isomorphic to if and only if the set of prime factors of cd is a subset of the set of prime factors of p, and that Lpcd is not stablyisomorphic to if the cd-homogeneous C*-subalgebra of Lpcd restricted to some subspace LkiLki (ni) is realized as the crossed product by the obvious non-trivial action of Zki on a cd/ki-homogeneous C*-algebra over S2ni+1 for ki an integer greater than 1.
文摘OSGi(Open Service Gateway Initiative)服务平台规范定义了一个开放的一般性架构,为网络服务、软件的开发和部署提供一致性的协作环境,其核心是提供一个通用、安全并且可管理的Java框架.OSGi规范本身利用了Java语言的特性,非常适合用Java实现.但其Java实现对系统资源的消耗较大并且运行时依赖Java虚拟机环境(JVM),不适合在系统资源较少和未安装JVM的环境中使用,例如移动设备.本文在分析OSGi框架原理的基础上,提出了一种轻量级的Windows平台下基于C++的OSGi框架实现方案--cwinOSGi,重点解决了组件的打包方式、加载方法、组件间的可见性及动态更新等关键技术问题,实现了OSGi模型的主要功能.实验证明,与OSGi框架的Java实现相比,cwinOSGi的系统资源需求大幅降低,具有更广的适应性.
文摘Let A be an unital C*-algebra, a, x and y are elements in A. In this paper, we present a method how to calculate the Moore-Penrose inverse of a- xy*and investigate the expression for some new special cases of(a- xy*).